home *** CD-ROM | disk | FTP | other *** search
- ETIME(3F) Last changed: 3-12-99
-
-
- NNAAMMEE
- eettiimmee, ddttiimmee - return user + system execution time
-
- SSYYNNOOPPSSIISS
- rreeaall ffuunnccttiioonn eettiimmee ((_t_a_r_r_a_y))
- rreeaall _t_a_r_r_a_y((22))
-
- rreeaall ffuunnccttiioonn ddttiimmee ((_t_a_r_r_a_y))
- rreeaall _t_a_r_r_a_y((22))
-
- IIMMPPLLEEMMEENNTTAATTIIOONN
- IRIX systems
-
- MIPSpro Fortran 77
-
- DDEESSCCRRIIPPTTIIOONN
- These library routines return user and system runtime in seconds for
- the calling process. ddttiimmee returns the user and system time since the
- last call to ddttiimmee,, or the start of execution on the first call.
-
- The argument _t_a_r_r_a_y returns user time in the first element and system
- time in the second element. The function value is the sum of user and
- system time. This value approximates the program's elapsed time on a
- quiet system.
-
- The resolution of all timing is 1/HZ. See the system include file
- ppaarraamm..hh in //uussrr//iinncclluuddee//ssyyss for the value of HZ.
-
- FFIILLEESS
- //uussrr//uuccbb//lliibb//lliibbUU7777..aa
- //uussrr//lliibb//lliibbUU7777..aa
-
- SSEEEE AALLSSOO
- ttiimmeess(2)
-
- This man page is available only online.
-